DioDocs for PDF
ReadRange<T>(T[],Int32,Int32) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DataStream クラス > ReadRange メソッド : ReadRange<T>(T[],Int32,Int32) メソッド
An array of values to be read from the stream.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The number of values to be read from the current stream.
Reads a sequence of elements from the current stream into a target buffer and advances the position within the stream by the number of bytes read.
シンタックス
'宣言
 
Public Overloads Function ReadRange(Of T As {New, Struct})( _
   ByVal buffer() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.Integer
public System.int ReadRange<T>( 
   T[] buffer,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

buffer
An array of values to be read from the stream.
offset
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
count
The number of values to be read from the current stream.

型パラメータ

T

戻り値の型

The number of bytes read from the stream.
例外
例外解説
This stream does not support reading.
解説
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧